home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-VSurface.readme < prev    next >
Text File  |  1999-11-05  |  4KB  |  190 lines

  1. Short:    Visual Eng. - Visual Surface v1.28
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering - Visual Surface v1.28
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script will make picture look like it's on some kind
  14.   of surface.
  15.  
  16.  
  17. REQUIREMENTS
  18.  
  19.   Image Engineer v3.41 (Wision release 2)
  20.   Sys:Rexxc/RX
  21.  
  22.  
  23. INSTALLATION
  24.  
  25.   Archive where this file came from should be extracted to a
  26.   directory where you installed Image Engineer.
  27.  
  28.   This script must be in IE:Arexx/
  29.  
  30.  
  31. USAGE
  32.  
  33.   Activate window of an image and run the script.
  34.  
  35.  
  36.  
  37. ARGUMENTS
  38.  
  39.   VisualSurface.rexx <pic> <surfacetype> <arguments>
  40.  
  41.   <pic>          name of a picture (in IE)
  42.   <surfacetype>  name of surfacetype (NOISE or MAXIMUM)
  43.  
  44.  
  45.   <arguments> for surfacetypes are:
  46.  
  47.  
  48.   Noise <noisevalue> <noisecolor> <aftereffect>
  49.  
  50.   <noisevalue>    = noisevalue
  51.   <noisecolor>    = WHITE or BLACK
  52.   <aftereffect>   = name of the aftereffect (no spaces)
  53.  
  54.                     CARBONATED, CONCRETE, LEATHER, CRUNCHY,
  55.                     DIRTY, BLOTCHY, SCRIBBLE, NOISE, BUMP,
  56.                     STARDUST, BRUSHEDMETAL, DOTS or ROCK
  57.  
  58.  
  59.  
  60.   Maximum <maxvalue> <aftereffect>
  61.  
  62.   <maxvalue>      = value of Maximum-operator
  63.   <aftereffect>   = name of the aftereffect (no spaces)
  64.  
  65.                     TEKNO, SUNSHINE, WATERCOLOR, BUMP,
  66.                     RAISED, PSYCHO or WOODCUT
  67.  
  68.  
  69.  
  70.  
  71.   AmigaDOS
  72.  
  73.     Sys:Rexxc/RX VisualSurface.rexx <arguments>
  74.     Sys:Rexxc/RX VisualSurface.rexx 000_testpic.iff NOISE 40 WHITE CARBONATED
  75.  
  76.  
  77.  
  78.   Other scripts:
  79.  
  80.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/VisualSurface.rexx <arguments>"
  81.  
  82.     Next lines return you the name of this new picture.
  83.  
  84.     PROJECT_LIST
  85.     xyz=result
  86.     pic=subword(xyz,1,1)
  87.  
  88.  
  89.  
  90.  
  91.  
  92. HISTORY
  93.  
  94.   1.28
  95.  
  96.   Calls to external scripts had a minor bug.
  97.  
  98.   1.27
  99.  
  100.   Now you can call this script from other scripts too or in other
  101.   words do some batch processing.
  102.  
  103.   1.24
  104.  
  105.   Convolve missing from current "VE-Extras.lha"-archive, NorthWest was
  106.   renamed to "Reflect_NorthWest". Added 2 new surfaces: Dots and
  107.   Rock.
  108.  
  109.   1.17
  110.  
  111.   Effects now has names + more effects.
  112.  
  113.   1.00
  114.  
  115.   History started
  116.  
  117.  
  118.  
  119.  
  120.  
  121. DISTRIBUTION
  122.  
  123.   The archive, where this file came from, can be distributed using
  124.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  125.   FTP...), but contents of original archive can not be modified.
  126.  
  127.  
  128.   YOU MAY NOT SPREAD MODIFIED VERSIONS OF THE SCRIPT!!
  129.   NOT EVEN PART OF IT!!
  130.  
  131.  
  132.   If you are going to spread a script made by you, which calls one
  133.   of Visual Engineering -scripts, you must include either to
  134.   documentfile of your script or header of the script itself, Visual
  135.   Engineering's website address and my name and email address.
  136.  
  137.   Like this:
  138.  
  139.  
  140.   /*
  141.  
  142.    This script uses Visual Engineering -script(s):
  143.    AddSpace.rexx, PrimaryColors.rexx
  144.  
  145.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  146.  
  147.    Visual Engineering website:
  148.    http://wwnet.fi/users/smarko/visual/
  149.  
  150.    */
  151.  
  152.  
  153.  
  154.  
  155. WORLD WIDE WEB
  156.  
  157.  Image Engineer
  158.  http://www.amigaworld.com/support/imageengineer/
  159.  
  160.  SViewIV
  161.  http://www.ar-kleinert.de/sview_e.html
  162.  
  163.  Visual Engineering
  164.  http://wwnet.fi/users/smarko/visual/
  165.  
  166.  
  167.  
  168. AMINET
  169.  
  170.  Image Engineer
  171.  http://ftp.sunet.se/aminetbin/find?imeng
  172.  
  173.  SViewIV
  174.  http://ftp.sunet.se/aminetbin/find?sviewiv
  175.  
  176.  Visual Engineering
  177.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  178.  
  179.  
  180. ============================= Archive contents =============================
  181.  
  182. Original  Packed Ratio    Date     Time    Name
  183. -------- ------- ----- --------- --------  -------------
  184.     7227    2034 71.8% 14-Oct-99 16:11:24 +VisualSurface.rexx
  185.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  186.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  187.     2787    1379 50.5% 15-Oct-99 11:19:44 +VisualSurface.notes
  188. -------- ------- ----- --------- --------
  189.    18237    6577 63.9% 16-Oct-99 16:50:52   4 files
  190.